DIALOG CREATE
,
name
,
top
,
left
,
width
,
height
Creates a dialog with a
name
at coordinates (
left
,
top
) with a specified
width
and
height
.
Example
DIALOG CREATE, test, 15, 20, 351, 249